object SetDefaultSessionDlg: TSetDefaultSessionDlg Left = 501 Top = 240 BorderStyle = bsDialog BorderWidth = 16 Caption = 'Mettre la session par d'#233'faut' ClientHeight = 128 ClientWidth = 268 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 268 Height = 26 Align = alTop Caption = 'Positionner les r'#233'glages par d'#233'faut pour utiliser une nouvelle s' + 'ession vide.' WordWrap = True end object UseCurrentBtn: TButton Left = 0 Top = 40 Width = 265 Height = 23 Caption = 'Positionner les r'#233'glages actuels comme d'#233'faut' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 192 Top = 104 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 1 end object UseDefaultsBtn: TButton Left = 0 Top = 72 Width = 265 Height = 23 Caption = 'Revenir aux valeurs par d'#233'faut du programme' ModalResult = 4 TabOrder = 2 end end